home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Emulators / v2600 / Source.lha / Source / config.h < prev    next >
Text File  |  1997-04-24  |  3KB  |  105 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3. /*****************************************************************************
  4.  
  5.    This file is part of x2600, the Atari 2600 Emulator
  6.    ===================================================
  7.    
  8.    Copyright 1996 Alex Hornby. For contributions see the file CREDITS.
  9.  
  10.    This software is distributed under the terms of the GNU General Public
  11.    License. This is free software with ABSOLUTELY NO WARRANTY.
  12.    
  13.    See the file COPYING for details.
  14.    
  15.    $Id: acconfig.h,v 1.1 1996/08/12 21:31:25 ahornby Exp $
  16.  
  17.    Tweaked by Matthew Stroup for Amiga v2600, January 27, 1997.
  18.  
  19. ******************************************************************************/
  20.  
  21. /* Define to empty if the keyword does not work.  */
  22. /* #undef const */
  23.  
  24. /* Define as __inline if that's what the C compiler calls it.  */
  25. #define inline
  26.  
  27. /* Define if you need to in order for stat and other things to work.  */
  28. /* #undef _POSIX_SOURCE */
  29.  
  30. /* Define if you have the ANSI C header files.  */
  31. #define STDC_HEADERS 1
  32.  
  33. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  34. #define TIME_WITH_SYS_TIME 0
  35.  
  36. /* Define if your processor stores words with the most significant
  37.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  38. #define WORDS_BIGENDIAN 1
  39.  
  40. /* Debugging Level */
  41. #define Verbose 0
  42.  
  43. /* Xdebugger */
  44. #define XDEBUGGER 0
  45.  
  46. /* Define if you have the XShmAttach function.  */
  47. #define HAVE_XSHMATTACH 0
  48.  
  49. /* Define if you have the atexit function.  */
  50. #define HAVE_ATEXIT 1
  51.  
  52. /* Define if you have the getopt_long function.  */
  53. #define HAVE_GETOPT_LONG 0
  54.  
  55. /* Define if you have the gettimeofday function.  */
  56. #define HAVE_GETTIMEOFDAY 0
  57.  
  58. /* Define if you have the on_exit function.  */
  59. #define HAVE_ON_EXIT 0
  60.  
  61. /* Define if you have the usleep function.  */
  62. #define HAVE_USLEEP 0
  63.  
  64. /* Define if you have the <getopt.h> header file.  */
  65. #define HAVE_GETOPT_H 0
  66.  
  67. /* Define if you have the <sys/time.h> header file.  */
  68. #define HAVE_SYS_TIME_H 0
  69.  
  70. /* Define if you have the <unistd.h> header file.  */
  71. #define HAVE_UNISTD_H 0
  72.  
  73. /* Define if you have the Dir library (-lDir).  */
  74. #define HAVE_LIBDIR 0
  75.  
  76. /* Define if you have the X11 library (-lX11).  */
  77. #define HAVE_LIBX11 0
  78.  
  79. /* Define if you have the Xaw library (-lXaw).  */
  80. #define HAVE_LIBXAW 0
  81.  
  82. /* Define if you have the Xext library (-lXext).  */
  83. #define HAVE_LIBXEXT 0
  84.  
  85. /* Define if you have the Xmu library (-lXmu).  */
  86. #define HAVE_LIBXMU 0
  87.  
  88. /* Define if you have the Xt library (-lXt).  */
  89. #define HAVE_LIBXT 0
  90.  
  91. /* Define if you have the audio library (-laudio).  */
  92. #define HAVE_LIBAUDIO 0
  93.  
  94. /* Define if you have the fwf library (-lfwf).  */
  95. #define HAVE_LIBFWF 0
  96.  
  97. /* Define if you have the m library (-lm).  */
  98. #define HAVE_LIBM 0
  99.  
  100. /* Define if you have the vga library (-lvga).  */
  101. /* #undef HAVE_LIBVGA */
  102.  
  103. /* Define if you have the Xm library (-lXm).  */
  104. /* #undef HAVE_LIBXM */
  105.